; Novell iPrint Driver Profile Template.
; Please do not modify this file. If there is a need to enhance this template or to create a new template. 
; Please get in touch with Novell Support.
;
; Filename must match the driver name being serviced (case sensitive + .txt extension)
;      (example - "Generic / Text Only.txt")
;
; Format Specifiers (one command per line)
;   *commands must start the line and a LF/CR must end a line
;   *comments start with a ';' and continue to the end of the current line
;
;    1) Specify a TOP KEY ([HKEY_PRINTER] is a special alias to the root of the installed printer)
;          TOP KEYS = [HKEY_PRINTER]
;                     [HKEY_CLASSES_ROOT]
;                     [HKEY_LOCAL_MACHINE]
;                     [HKEY_CURRENT_USER]
;                     [HKEY_USERS]
;              *note that keys stay in effect until a new key is encountered
;
;    2) Specify subkeys with/without the desired operation (must be in quotes)
;          ADD_SUBKEY       = "subkey name"     Include key/values + all subkeys/values to profile
;          ADD_ONLY_SUBKEYS = "subkey name"     Include ONLY subkeys/values to the profile
;          DEL_SUBKEY       = "subkey name"     Delete the key and all subkeys from profile
;          OPEN_SUBKEY      = "subkey name"     Open the key for further value operations
;             ADD_VALUE     = "value name"         Add value to profile
;             DEL_VALUE     = "value name"         delete value from profile
;          CLOSE_SUBKEY     = "subkey name"     Closes currently active OPEN_SUBKEY
;                 *Examples for "sub key name" - "DsDriver" or "PrinterDriverData\xmlData"
;                         "" - (empty string) - means to use the root key as the subkey
;
;    3) File Copy Commands
;          [FILE_COPY]
;          "src file path" = "dest file path"   give full paths including drive letters for both
;                 *src = where to grab the file for inclusion in profile
;                 *dest = where file will be placed when installed with profile
;
;
;
;####################################################################
;Printer Specific key operations
[HKEY_PRINTER]                       ; Installed Printer Key (works for all printer names)
ADD_SUBKEY = "dsDriver"              ; Default - all values/subkeys are transferred
ADD_SUBKEY = "PrinterDriverData"     ; Default - all values/subkeys are transferred

;####################################################################
; Be VERY careful with these keys as they can really mess up your box
[HKEY_CLASSES_ROOT]

;####################################################################
; Be VERY careful with these keys as they can really mess up your box
[HKEY_LOCAL_MACHINE]

;####################################################################
; Be VERY careful with these keys as they can really mess up your box
[HKEY_CURRENT_USER]

;####################################################################
; Be VERY careful with these keys as they can really mess up your box
[HKEY_USERS]

;####################################################################
; Files that need to be distributed with this
[FILE_COPY]

;####################################################################
; End of Driver Profile Template
;####################################################################
